Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit f143bbdefbc5c40ca084309b7b947e38f9d035aa


Parents : 624ad5b
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-31T17:23:13+03:00

fix(meshchat): format

Changes

1 files changed, 1 insertions(+), 3 deletions(-)


Diff

diff --git a/meshchatx/meshchat.py b/meshchatx/meshchat.py
index c67aecbb..3f2a5257 100644
--- a/meshchatx/meshchat.py
+++ b/meshchatx/meshchat.py
@@ -9590,9 +9590,7 @@ class ReticulumMeshChat:
try:
if custom_ssl:
if not os.path.isfile(cert_path) or not os.path.isfile(key_path):
- msg = (
- f"Custom SSL files not found (cert={cert_path!r}, key={key_path!r})"
- )
+ msg = f"Custom SSL files not found (cert={cert_path!r}, key={key_path!r})"
raise FileNotFoundError(msg)
ssl_context = ssl.SSLContext(ssl.PROTOCOL_TLS_SERVER)
ssl_context.load_cert_chain(cert_path, key_path)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────